home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: genew@mindlink.bc.ca (Gene Wirchenko)
- Newsgroups: comp.lang.c
- Subject: Re: Halp! I don't know what I'm doing wrong!
- Date: Mon, 05 Feb 1996 23:12:20 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4f630b$o2b@fountain.mindlink.net>
- References: <4eu8sl$f27@aphex.direct.ca> <4f38fo$6ri@news.iag.net> <4f57fq$snv@wallias.eda.com>
- NNTP-Posting-Host: line033.nwm.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- risk@eda.com wrote:
-
- >>The degree condition is not necessary. 0 to any power is 0.
-
- >Sort-of. O to any non-zero value is 0. 0^0 = 1.
-
- 0 to the 0 is undefined.
- 0^0 is 0. ^ is the exclusive or operator in C and this is a C
- newsgroup.
-
- Sincerely,
-
- Gene Wirchenko
-
- C Pronunciation Guide:
- y=x++; "wye equals ex plus plus semicolon"
- x=x++; "ex equals ex doublecross semicolon"
-
-